Vcenter NamespaceManagement Networks Nsx Projects Compatibility Summary
The Vcenter NamespaceManagement Networks Nsx Projects Compatibility Summary schema contains information about a Project, including whether it is compatible with the Supervisor enablement feature and incompatibility reasons.
This schema was added in vSphere API 9.0.0.0.
{
"project": "string",
"name": "string",
"nsx_path": "string",
"compatible": false,
"incompatibility_reasons": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
Identifier of the Project.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: NSXProject
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: NSXProject
.
User-friendly identifier of the Project.
This property was added in vSphere API 9.0.0.0.
NSX path of the Project.
This property was added in vSphere API 9.0.0.0.
Compatibility of this Project with Supervisor enablement.
This property was added in vSphere API 9.0.0.0.
List of reasons for incompatibility. If Vcenter NamespaceManagement Networks Nsx Projects Compatibility Summary.compatible is true, this list will be empty.
This property was added in vSphere API 9.0.0.0.